Skip to content

[Config] Improve backend .gitignore to exclude build artifacts and logs - #1003

Merged
ayomideadeniran merged 2 commits into
StellarDevHub:mainfrom
davidsoniaudin2-oss:config/976-backend-gitignore
Aug 4, 2026
Merged

[Config] Improve backend .gitignore to exclude build artifacts and logs#1003
ayomideadeniran merged 2 commits into
StellarDevHub:mainfrom
davidsoniaudin2-oss:config/976-backend-gitignore

Conversation

@davidsoniaudin2-oss

Copy link
Copy Markdown
Contributor

Description

Improves the backend .gitignore to be more comprehensive:

  • Added patterns for build output: dist/, build/
  • Added source map files: *.js.map, *.d.ts.map
  • Added log files: *.log, build.log, npm-debug.log*, etc.
  • Added process ID files: *.pid, *.pid.lock
  • Added environment files: .env.local, .env.production
  • Added generated files: .prisma/
  • Added OS files: .DS_Store, Thumbs.db
  • Added IDE directories: .vscode/, .idea/

Closes #976

Add patterns for: dist/, *.js.map, *.d.ts.map, build.log, *.pid, .env.*, logs and more. This ensures build artifacts and generated files are not tracked by git.

Closes StellarDevHub#976
@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

@davidsoniaudin2-oss is attempting to deploy a commit to the Ayomide Adeniran's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 27, 2026

Copy link
Copy Markdown

@davidsoniaudin2-oss Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@ayomideadeniran

Copy link
Copy Markdown
Contributor

pr under review

@ayomideadeniran
ayomideadeniran merged commit 8ffac01 into StellarDevHub:main Aug 4, 2026
1 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Config] Improve backend .gitignore to exclude build artifacts and logs

2 participants